Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Java SDK to v7.1.0 #164

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-java.sh from 7.0.0 to 7.1.0.

Auto-generated by a dependency updater.

Changelog

7.1.0

Features

  • Support multiple debug-metadata.properties (#3024)
  • Automatically downsample transactions when the system is under load (#3072)
    • You can opt into this behaviour by setting enable-backpressure-handling=true.
    • We're happy to receive feedback, e.g. in this GitHub issue
    • When the system is under load we start reducing the tracesSampleRate automatically.
    • Once the system goes back to healthy, we reset the tracesSampleRate to its original value.
  • (Android) Experimental: Provide more detailed cold app start information (#3057)
    • Attaches spans for Application, ContentProvider, and Activities to app-start timings
    • Uses Process.startUptimeMillis to calculate app-start timings
    • To enable this feature set options.isEnablePerformanceV2 = true
  • Move slow+frozen frame calculation, as well as frame delay inside SentryFrameMetricsCollector (#3100)
  • Extract Activity Breadcrumbs generation into own Integration (#3064)

Fixes

  • Send breadcrumbs and client error in SentryOkHttpEventListener even without transactions (#3087)
  • Keep io.sentry.exception.SentryHttpClientException from obfuscation to display proper issue title on Sentry (#3093)
  • (Android) Fix wrong activity transaction duration in case SDK init is deferred (#3092)

Dependencies

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.sh/7.1.0 branch from c05a772 to 5420589 Compare December 18, 2023 14:24
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2db6953) 77.83% compared to head (5420589) 77.83%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #164   +/-   ##
=======================================
  Coverage   77.83%   77.83%           
=======================================
  Files          27       27           
  Lines         424      424           
  Branches       55       55           
=======================================
  Hits          330      330           
  Misses         68       68           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@buenaflor buenaflor enabled auto-merge (squash) December 18, 2023 14:37
@buenaflor buenaflor merged commit a3283b4 into main Dec 18, 2023
10 checks passed
@buenaflor buenaflor deleted the deps/scripts/update-java.sh/7.1.0 branch December 18, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants